﻿@charset "utf-8";
/* CSS Document */
html {
    height:100%;
    overflow-x:hidden;
}

body {
    width:100%;
    background:#fff;
    overflow-x:hidden;
    font-family: "微软雅黑"!important;
    color:#142434;
    font-size:16px;
    overflow-y:hidden
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}

img {
    border:0;
}
ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
a:link,a:visited,a:hover {
  text-decoration: none;
  color:#142434; 
}

*{ margin: 0; padding: 0;}
ul,ol{ list-style: none;}



.awords{
  width: 40px;
  height: 100%;
  background: #222;
  position: fixed;
  top: 0; 
  right: 0;
  z-index: 10000;
  padding-top: 120px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s;
}
.awords.on{
  right: -40px;
}
.awords ul li{
  width: 40px;
  height: 40px;
  line-height:40px;
  position: relative;
  transition: 0.2s;
}
.awords ul li a{
  height: 100%;
  display: block;
}
.awords ul li a img{
  vertical-align: middle;
  margin-top:10px;
}
.awords ul li:hover{
  background: #268cf4;
}
.awords ul li.imqq{
  height: auto;
}
.awords ul li.imqq{
  margin-bottom: 20px;
  padding: 10px 0;
  line-height: 1;
}
.awords ul li.imqq em{
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  color: #fff;
}
.awords ul li.imqq img{
  line-height: 1;
  margin-bottom: 5px;
}
.awords ul li.redbag{
  margin-top: 10px;
  padding: 10px 0;
  height: auto;
  line-height: 1;
  cursor: pointer;
}
.awords ul li.redbag img{
  width: 25px;
}
.awords ul li.redbag:hover{
  background: none;
}
.awords ul li.redbag:hover img{
  -webkit-animation: redBag 1.3s linear 1;
  -moz-animation: redBag 1.3s linear 1;
  -ms-animation: redBag 1.3s linear 1;
  -o-animation: redBag 1.3s linear 1;
  animation: redBag 1.3s linear 1;
}
@-webkit-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-moz-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-ms-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@-o-keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}
@keyframes redBag{
  0%{width: 25px;}
  20%{width: 35px;}
  30%{width: 25px;}
  45%{width: 32px;}
  60%{width: 25px;}
  80%{width: 30px;}
  100%{width: 25px;}
}


.awords ul li:hover .awords-tip{
  opacity: 1;
  right: 55px;
}
.awords-tip{
  padding: 12px 20px;
  background: #222;
  position: absolute;
  top: 2px;
  right: -212px;
  transition: 0.4s;
  z-index: -1;
}
.awords-tip:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #222;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 12px;
  right: -10px;
}
.awords-tip p{
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.awords .phone .awords-tip{
  width: 172px;
}
.awords-phone{
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  background: url(../images/phobe.png) no-repeat;
  background-size: 100% 100%;
  margin-top:10px;
}
.awords .qrcode .awords-tip{
  top: -60px;
  width: 122px;
  padding: 12px;
}
.awords .qrcode .awords-tip:after{
  top: 75px;
}
.awords .qrcode .awords-tip p{
  margin-top: 8px;
}
.awords .service .awords-tip{
  width: 95px;
}
.awords .developer .awords-tip{
  width: 70px;
}
.awords .backindex .awords-tip{
  width: 56px;
}
.awords .backtop .awords-tip{
  width: 56px;
}
.awords-index{
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  background: url(../images/1-2_03.png) no-repeat ;
  background-size: 100% 100%;
  margin-top:10px;
}
.awords .backtop{
  position: absolute;
  left: 0;
  bottom: 5px;
}
.awords-move{
  width: 122px;
  height: 122px;
  position:relative;
}
.awords-move img{
  display: block;
  width: 100%;
  height: 100%;
}
.awords-move .footer-line {
  width: 100%;
  height: 0;
  border-bottom: 2px solid #268cf4;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(38, 140, 244, 0.2);
  -webkit-animation: move 5s linear infinite; 
  -moz-animation: move 5s linear infinite; 
  -ms-animation: move 5s linear infinite; 
  -o-animation: move 5s linear infinite; 
  animation: move 5s linear infinite;
}
@-webkit-keyframes move{ from {height: 0;} to {height: 108px;}} 
@-moz-keyframes move{ from {height: 0;} to {height: 108px;}} 
@-ms-keyframes move{ from {height: 0;} to {height: 108px;}}
@-o-keyframes move{ from {height: 0;} to {height: 108px;}}
@keyframes move{ from {height: 0;} to {height: 108px;}} 

.awords-shrink{
  display: block;
  width: 16px;
  height: 115px;
  background: #222;
  position: absolute;
  top: 120px;
  right: 40px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 115px;
  vertical-align: middle;
  text-align: center;
}
.awords-shrink img{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top:45px;
}
.awords.on .awords-shrink img{
  transform: rotate(180deg);
}
